home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / dvc17.zip / WHATSNEW.TXT < prev   
Text File  |  1991-04-15  |  8KB  |  198 lines

  1.            DV Commander version 1.7 by William E. Allen [75300,272]
  2.        Copyr 1989,90,91 by William E. Allen PO Box 834, Howell, MI 48843
  3.  
  4.  
  5.  
  6.                                   WHAT'S NEW?
  7.  
  8.        Here is a quick look at what's  new and changed in version 1.7 of
  9.        DV  commander.  Read  this  file  if  you  are currently using DV
  10.        Commander to see how the changes might affect you.
  11.  
  12.  
  13.        Version 1.7 04/15/91
  14.  
  15.        * DIsable / ENable commands
  16.  
  17.          Added DIsable and ENable commands to control access to DESQview
  18.          menus. This  can be useful in  setting up a turnkey  system and
  19.          with games that insist on using your {DESQ} key.
  20.  
  21.  
  22.        * Execute Command
  23.  
  24.          Added an Execute  command that will let you  run any program in
  25.          its own DESQview window. This  command is very powerful. Please
  26.          see the documentation for details.
  27.  
  28.  
  29.        * Pre-emptive menus
  30.  
  31.          The sub-menus are now pre-emptive. This means that if you press
  32.          the menu selection letter before the  menu has a chance to dis-
  33.          play, it will execute  your selection immediately without show-
  34.          ing the menu.
  35.  
  36.  
  37.        * Reorganized the manual
  38.  
  39.          The manual now has a table  of contents and the commands, which
  40.          were  in no  particular order  before, are  now in alphabetical
  41.          sequence.
  42.  
  43.  
  44.        Version 1.6 01/01/91
  45.  
  46.        * Desq command
  47.  
  48.          The Desq command stacks keystrokes  that open the DESQview main
  49.          menu and  execute commands from  it. You can  use this command,
  50.          for example, to  set the DESQview video options,  or to use the
  51.          DESQview menus to change colors.  You can also use this command
  52.          to cause DESQview to switch to another window.
  53.  
  54.  
  55.        Version 1.51 12/01/90
  56.  
  57.        * Justify command
  58.  
  59.          You can now optionally add [row, col] parameters to the justify
  60.          command. The  window will be  positioned so the  row and column
  61.          are in the upper left corner of the window.
  62.  
  63.  
  64.        Version 1.5 10/03/90
  65.  
  66.        * Name change
  67.  
  68.          First of all  I shortened the name. Instead  of DVCOMAND I have
  69.          changed the  name to DVC. I  find the new name  to be much more
  70.          convenient to use  from the command line and  I found that many
  71.          people  renamed it  to DVC   anyway. Of  course you  can always
  72.          rename the  executable file to any  name you wish and  you will
  73.          probability  want to  do this  if you  have many  DVP and batch
  74.          files that would need to be changed.
  75.  
  76.  
  77.        * DV style menus
  78.  
  79.          The "style" of  the menus have changed to  make them conform to
  80.          the look of DESQview's own menus. Specifically the frame is now
  81.          made of solid lines and the  title is centered inside the frame
  82.          like DV's menus and screens.
  83.  
  84.          A new  form of the description  (the first positional parameter
  85.          on  each line  of your  menu  files)  can be  used to  make the
  86.          selector letter appear on the far right of the description like
  87.          DESQview's menus. For example the menu line:
  88.  
  89.            "D=DESQview Datebook"  DA
  90.  
  91.          would display in the menu as:
  92.  
  93.             DESQview Datebook    D
  94.  
  95.  
  96.          A new special line of the form:
  97.  
  98.              %menu "Applications Menu"
  99.  
  100.          allows you  to give a  name to the  menu. If omitted, the title
  101.          from the  DVP used to execute  the DVC MENU command  is used as
  102.          the menu title.
  103.  
  104.  
  105.        * Additional menu parameters
  106.  
  107.          Three additional positional parameters, TITLE, EXEC, and MEMORY
  108.          have been added to those you can specify when defining lines in
  109.          your menu (*.MNU) files.
  110.  
  111.          TITLE lets you override the  program title specified in the DVP
  112.          with any  string, up to 30  characters, that you want.  This is
  113.          the title that will show in the DESQview SWITCH menu and in the
  114.          frame of the window when it is not zoomed to a full screen. The
  115.          EXEC  parameter  allows  you  to  override  the default program
  116.          parameter in  the DVP. MEMORY,  the last positional  parameter,
  117.          gives you the ability to  override both the minimum and maximum
  118.          memory specified in the DVP.
  119.  
  120.          These  new parameters,  along  with  the DIRECTORY  and PROGRAM
  121.          PARAMETERS parameters, allow a single  DVP to be used in varied
  122.          situations.
  123.  
  124.          Since  the parameters  are positional  they can  not be omitted
  125.          except on  the right. You can  use an asterisk (*)  to hold the
  126.          place of any parameter you do  not want to specify. For example
  127.          if you wanted (for some strange reason) to modify the amount of
  128.          memory allocated  to the DESQview Datebook  from the default in
  129.          the DVP of 64 to, say,  128k and leave all the other parameters
  130.          alone you would use a line in your menu file something like:
  131.  
  132.            "D=DESQview Datebook"  DA  *  *  *  *  128
  133.  
  134.          where  the four  asterisks hold  the places  of the: DIRECTORY,
  135.          PROGRAM PARAMETERS, TITLE, and EXECUTE parameters.
  136.  
  137.  
  138.        * Menu positioning
  139.  
  140.          Previously  DVC would  always position  the menu  in the  upper
  141.          right corner of the screen. It  will now honor the starting row
  142.          and column from DVP that executes the DVC MENU command provided
  143.          the starting row, column is within 1,1 and 19,54.
  144.  
  145.  
  146.        * Spawn command
  147.  
  148.          A new  command, SPAWN, lets  you open any  DVP while optionally
  149.          overriding the DIRECTORY, PROGRAM  PARAMETERS, TITLE, EXEC, and
  150.          MEMORY. Essentially  this new command  lets you open  a program
  151.          from  the  command  line   with  exactly  the  same  positional
  152.          parameters you would specify on a line in your menu file.
  153.  
  154.  
  155.        * Color switch
  156.  
  157.          A new  command line switch,  /C=hh, lets you  specify the color
  158.          that DVC  will use. hh is  the hex attribute for  the color you
  159.          want DVC  to use. It defaults  to /C=07. You must  set USES ITS
  160.          OWN COLORS to Yes if you specify this new switch.
  161.  
  162.  
  163.        * Quiet switch no longer needed
  164.  
  165.          You no  longer need to  specify the /Q  command line switch  to
  166.          keep  DVC  from  displaying  its  copyright  information on the
  167.          screen.
  168.  
  169.          You can type  DVC without any parameters to  show copyright and
  170.          registration information and you can  type DVC HELP to show the
  171.          help screen.
  172.  
  173.  
  174.        * Enhanced mouse support
  175.  
  176.          Mouse support  has been enhanced somewhat.  As before, you must
  177.          still  virtualize  the  window  that  is  running DVC for mouse
  178.          support to be enabled. This  is because the mouse driver writes
  179.          directly to the video buffer.
  180.  
  181.          The mouse cursor is not displayed  until you move the mouse. It
  182.          is  displayed as  a diamond  just  like  DV uses  but it  works
  183.          differently from DV. When in a  menu, clicking on the item that
  184.          is highlighted executes  the item but clicking on  an item that
  185.          is not highlighted  only moves the highlight bar  to that item.
  186.          The highlight bar  does not follow the mouse  cursor as it does
  187.          in DESQview's menus. The mouse  cursor can not be moved outside
  188.          of the menu window.
  189.  
  190.          Clicking the right button acts  like the ESCape key closing the
  191.          menu  without doing  anything. You  can press  both buttons  to
  192.          bring up the DESQview menu.
  193.  
  194.  
  195.        * Uses more memory
  196.  
  197.          DVC now requires the minimum memory to be set to at least 128k.
  198.